-
I am trying to read the following xml using a stored procedure in SQL server 2016. DECLARE @xml as xml …
- 440 views
- 1 answers
- 0 votes
-
Im trying to transform a big number of xmls to a single csv file. A simplified structure of the xml …
- 434 views
- 1 answers
- 0 votes
-
I have a 20k line XML file in a SQL table with XML data type. Below is subsection of the …
- 445 views
- 1 answers
- 0 votes
-
I have XML that looks like the below code. My end goal involves changing some nodes and stripping out others …
- 428 views
- 1 answers
- 0 votes
-
Hello I’d like handle Xml-Files which have encoded node names like for example: <CST_x002F_SOMETHING> …. </CST_x002F_SOMETHING> This node name should …
- 402 views
- 2 answers
- 0 votes
-
I’d like to save some xml fragments from one big XML into individual files. The source XML looks like this: …
- 364 views
- 1 answers
- 0 votes
-
So I need to iterate over a given set of XML documents, search for encoding errors and then create a …
- 410 views
- 1 answers
- 0 votes
-
In SQL Server 2014 a table with a CustomColumns column that contains XML data with the following structure: <CustomColumnsCollection> <CustomColumn> …
- 409 views
- 2 answers
- 0 votes
-
I am new to xml and xquery.I am having an xml document which has multiple TEXT_LINE for same line item. …
- 384 views
- 1 answers
- 0 votes
-
I have a really large and not to pretty XML which I want to import in my sql-server database. The …
- 423 views
- 2 answers
- 0 votes